home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1992 June: ROMin Holiday / ADC Developer CD (1992-06) (''ROMin Holiday'')_iso / Developer Connection - 06-1992.iso / Periodicals / develop / develop 8 code / TValidText / Test.MAMake < prev    next >
Encoding:
Text File  |  1991-10-09  |  2.4 KB  |  71 lines  |  [TEXT/MPS ]

  1. #********************************************************************************
  2. #    FILE
  3. #        Test.MAmake
  4. #
  5. #    DESCRIPTION
  6. #        Makefile for Test, a test program for a number of date- and time- related
  7. #        classes.
  8. #********************************************************************************
  9.  
  10. #--------------------------------------------------------------------------------
  11. #    List here the Application's Name
  12. AppName = Test
  13.  
  14.  
  15. #--------------------------------------------------------------------------------
  16. #    List any additional interfaces that your application is dependent on
  17. OtherInterfaces =                      ∂
  18.     "{SrcApp}UDateTimeUtilities.p"    ∂
  19.     "{SrcApp}UValidText.p"            ∂
  20.     "{SrcApp}UValidText.types.r"    ∂
  21.     "{SrcApp}UDateTimeText.p"        ∂
  22.     "{SrcApp}UDateTimeText.types.r"    ∂
  23.     "{SrcApp}ViewResourceTypes.r"
  24.  
  25.  
  26. #--------------------------------------------------------------------------------
  27. #    List any additional rez files that your application is dependent on
  28. OtherRezFiles =                        ∂
  29.     "{SrcApp}UValidText.r"            ∂
  30.     "{SrcApp}UDateTimeText.r"
  31.  
  32.  
  33. #--------------------------------------------------------------------------------
  34. #    Name any other object files to link in
  35. OtherLinkFiles =                    ∂
  36.     "{ObjApp}UDateTimeUtilities.p.o"∂
  37.     "{ObjApp}UValidText.p.o"        ∂
  38.     "{ObjApp}UDateTimeText.p.o"
  39.  
  40.  
  41. #--------------------------------------------------------------------------------
  42. #    Express any additional dependencies for separate compilations.
  43. #    Include dependencies for the MacApp and Building block interfaces
  44. #    if you are dependent on them
  45. "{ObjApp}UDateTimeUtilities.p.o"        ƒ                        ∂
  46.                             "{SrcApp}UDateTimeUtilities.p"        ∂
  47.                             "{SrcApp}UDateTimeUtilities.inc1.p"    ∂
  48.                             {MacAppIntf}                        ∂
  49.                             {BuildingBlocksIntf}
  50.                             
  51. "{ObjApp}UValidText.p.o"    ƒ                                    ∂
  52.                             "{SrcApp}UValidText.p"                ∂
  53.                             "{SrcApp}UValidText.inc1.p"            ∂
  54.                             {MacAppIntf}                        ∂
  55.                             {BuildingBlocksIntf}
  56.                             
  57. "{ObjApp}UDateTimeText.p.o"    ƒ                                    ∂
  58.                             "{SrcApp}UValidText.p"                ∂
  59.                             "{SrcApp}UDateTimeText.p"            ∂
  60.                             "{SrcApp}UDateTimeText.inc1.p"        ∂
  61.                             {MacAppIntf}                        ∂
  62.                             {BuildingBlocksIntf}
  63.  
  64.  
  65. #---------------------------------------------------------------------------------------------------
  66. #    List files containing extensions to the basic view resource types
  67. #    Note: Due to a bug in MacApp 2.0ß9's MABuild tools, the following
  68. #        lines only work if there are no blanks in the path referred to
  69. #        by "{SrcApp}".
  70. OtherViewTypesSrc =                 ∂
  71.     "{SrcApp}ViewResourceTypes.r"